home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global flag
- set flag to 1
- if rollOver(25) then
- set the sound of cast 85 to 0
- unLoadCast(85)
- go("ecr2")
- end if
- end
-
- on exitFrame
- global flag
- set flag to 1
- if the movieTime of sprite 25 = the duration of cast 85 then
- set the sound of cast 85 to 0
- unLoadCast(85)
- go("ecr2")
- else
- go(the frame)
- end if
- end
-